GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-05T18:34:22.5641876+00:00",
"SubmitDate": "2026-03-05T18:34:22.5641876+00:00",
"ReportPeriodStart": "2026-03-05T18:34:22.5641876+00:00",
"ReportPeriodEnd": "2026-03-05T18:34:22.5641876+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1dc35d2f-4ed3-42e0-90c6-7b440b0066dd",
"Rows": [
{
"ItemId": "2743b966-db8e-41db-b2cf-2b3f602e0939",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2743b966-db8e-41db-b2cf-2b3f602e0939",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1dc35d2f-4ed3-42e0-90c6-7b440b0066dd",
"Rows": [
{
"ItemId": "2743b966-db8e-41db-b2cf-2b3f602e0939",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2743b966-db8e-41db-b2cf-2b3f602e0939",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c5a49b3f-f74e-47d6-afc0-6e63a477b7f8",
"6c1ba8d9-ae5d-4524-a49c-0a223cf94606"
],
"Approvers": [
"0c6c512d-3798-47f2-8945-83a5ffd7b0e2",
"1bd50e38-95f6-44a3-876b-06ba47c1b4e4"
],
"ApprovedBy": "299c4906-0527-40d2-bb44-4101a33e2d90",
"ApprovalDate": "2026-03-05T18:34:22.5641876+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f377575-c989-42a1-b872-82514b58fc63",
"id": "9e8315ed-8ebb-413e-8f9c-ab10708bc4cf",
"ConfigId": "6fb52d60-fc6f-476d-ae58-1ed49040eeab"
},
{
"GenerationDate": "2026-03-05T18:34:22.5641876+00:00",
"SubmitDate": "2026-03-05T18:34:22.5641876+00:00",
"ReportPeriodStart": "2026-03-05T18:34:22.5641876+00:00",
"ReportPeriodEnd": "2026-03-05T18:34:22.5641876+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1dc35d2f-4ed3-42e0-90c6-7b440b0066dd",
"Rows": [
{
"ItemId": "2743b966-db8e-41db-b2cf-2b3f602e0939",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2743b966-db8e-41db-b2cf-2b3f602e0939",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1dc35d2f-4ed3-42e0-90c6-7b440b0066dd",
"Rows": [
{
"ItemId": "2743b966-db8e-41db-b2cf-2b3f602e0939",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2743b966-db8e-41db-b2cf-2b3f602e0939",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c5a49b3f-f74e-47d6-afc0-6e63a477b7f8",
"6c1ba8d9-ae5d-4524-a49c-0a223cf94606"
],
"Approvers": [
"0c6c512d-3798-47f2-8945-83a5ffd7b0e2",
"1bd50e38-95f6-44a3-876b-06ba47c1b4e4"
],
"ApprovedBy": "299c4906-0527-40d2-bb44-4101a33e2d90",
"ApprovalDate": "2026-03-05T18:34:22.5641876+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6f377575-c989-42a1-b872-82514b58fc63",
"id": "9e8315ed-8ebb-413e-8f9c-ab10708bc4cf",
"ConfigId": "6fb52d60-fc6f-476d-ae58-1ed49040eeab"
}
]